Skip to main content

Create Product

AutomatR.HubSpot.Activities.CreateProduct

The "Create Product" activity in AutomatR for HubSpot allows you to create a new product in a HubSpot user's account. This activity is part of the HubSpot activities package and streamlines the process of adding products to HubSpot.

Properties

NameDescription
Input
NameEnter a name for the product or service. String variables containing the product name.
DescriptionEnter a description of the product, such as product features, additional options, or measurements.
PriceEnter the product's value in your account's currency. String variables containing the product price.
Recurring Billing FrequencyEnter the billing frequency based on which contacts can be charged (e.g., Monthly). String variables containing the billing frequency.
SKUEnter a name for the SKU to identify and track your product. String variables containing the SKU.
Misc
Display NameProvides a customizable name for the activity displayed in the workflow. The display name enhances clarity and organization within the automation project. String variables containing the desired display name.
Optional
DelayEnter the wait time in seconds (e.g., 5 seconds) to start the activity. Integer variables containing the delay duration.
Output
ResultReturns the response as a HubSpotProductResult. Variables of type HubSpotProductResult to store the operation result.

How to Use

  1. Drag and drop the "Create Product" activity onto the workflow.
  2. Configure the properties by specifying the name, description, price, recurring billing frequency, SKU, and optionally configure the delay.
  3. Execute the workflow to create the product in HubSpot.

Example:

Consider an example where the "Create Product" activity is used to add a new product to HubSpot:

Create Product:
Display Name: "New Software"
Name: "Software Suite"
Description: "Comprehensive software package with advanced features."
Price: "499.99"
Recurring Billing Frequency: "Monthly"
SKU: "SW-001"
Result: hubSpotProductResult

In this example, the activity creates a new product named "Software Suite" with a description, price of $499.99, recurring billing frequency set to "Monthly," and SKU "SW-001." The result of the operation is stored in the variable hubSpotProductResult for further handling in the workflow.